home *** CD-ROM | disk | FTP | other *** search
- ; Configuration file for the Device Handler
- ; (c) 1995 Martin Mares, MJSoft System Software
-
- screen tts0 ; Name of screen
- width 704 ; Dimensions
- height 264 ;
- depth 1 ; Number of bitplanes
- behind 0 ; Open in background
- ;autoscroll 1 ; To be autoscrolled
- ;displayid $21000 ; DisplayID (see graphics/modeid.i)
- color0 $BBB ; Palette
- color1 $000 ;
- ;color2 $AAA ;
- ;color3 $555 ;
- ;permanent 1 ; To be open permanently
- title Console 0 ; Screen title
-
- screen tts1
- from tts0
- title Console 1
-
- screen tts2
- from tts0
- title Console 2
-
- screen tts3
- from tts0
- title Console 3
-
- screen tts4
- from tts0
- title Console 4
-
- screen tts5
- from tts0
- title Console 5
-
- screen tts6
- from tts0
- title Console 6
-
- screen tts7
- from tts0
- title Console 7
-
- screen tts8
- from tts0
- title Console 8
-
- screen tts9
- from tts0
- title Console 9
-
- console tty00 ; Name of console
- left 0 ; Coordinates of left-upper corner
- top 0 ;
- ;height 272 ; Window size
- ;width 688 ;
- ;title tty00 ; Window title
- active 1 ; Activate on open?
- borderless 1 ; Disable border?
- pubscreen tts0 ; Screen to open on
- ;bufsize 512 ; Size of buffer for unread lines
- ;histsize 1024 ; Size of history buffer
- ;clip 1 ; Allow clipping?
- ;title tty00 ; Window title
- ;rmbtrap 1 ; Disable RMB for menus?
- ;unixmode 0 ; Allow writing when currently edited line is not empty?
- ;permanent 0 ; To be open permanently
-
- console tty01
- from tty00
- pubscreen tts1
-
- console tty02
- from tty00
- pubscreen tts2
-
- console tty03
- from tty00
- pubscreen tts3
-
- console tty04
- from tty00
- pubscreen tts4
-
- console tty05
- from tty00
- pubscreen tts5
-
- console tty06
- from tty00
- pubscreen tts6
-
- console tty07
- from tty00
- pubscreen tts7
-
- console tty08
- from tty00
- pubscreen tts8
-
- console tty09
- from tty00
- pubscreen tts9
-
- aux ttys0 ; Name of AUX handler
- device serial.device ; Device to be used
- unit 0 ; Device unit
- flags 0 ; Device flags
- baud 19200 ; Baud rate
- buflen 1024 ; Device buffer length - Must be a multiple of 64
- bits 8 ; Bits per char
- stopbits 1 ; Stop bits per char
- serflags $a4 ; Serial.device flags (see devices/serial.i)
- checkcd 1 ; Force EOF if carrier lost
- term 2 ; Terminal type (0=amiga,1=amiga+cr/lf,2=pseudo-vt100)
-
- aux ttyp0 ; Telnet entry points
- device tn.device
- unit 0
- flags 0
- serflags $a4
- checkcd 1
- term 2
-
- aux ttyp1
- from ttyp0
- unit 1
-
- aux ttyp2
- from ttyp0
- unit 2
-
- aux ttyp3
- from ttyp0
- unit 3
-
- rawdevice fd0 ; Floppies
- device trackdisk.device
- unit 0
- flags 0
- bufmemtype 1 ; Buffer memory attribute
- blocksize 512 ; Size of one block
- buffer 11 ; Buffer size in blocks
- size -2 ; Media size - 0=stream, -1=unlimited, -2=detect geometry
- exclusive 1 ; Disable more than one open simultaneously
- update 1 ; Send UPDATE commands to write buffers on close
- motor 1 ; Send MOTOR commands to switch off the motor on close
- clear 1 ; Send CLEAR commands when error is detected
-
- rawdevice fd1
- from fd0
- unit 1
-
- rawdevice md0
- from fd0
- device mfm.device
-
- rawdevice md1
- from fd1
- device mfm.device
-
- rawdevice lp0 ; Printer
- device printer.device
- unit 0
- flags 0
- size 0 ; It's a stream device
- buffer 1024 ; Write buffer, len=1K
- exclusive 1
-
- rawdevice rp0 ; Raw printer
- from lp0
- writecmd 9 ; Use PRD_RAWWRITE to write
-
- link disk.info ; Softlink to icon
- dest l:DevHandler.info
-